PDF4Java Reference Documentation
com.o2sol.pdf4java.actions Package / PDFRemoteGoToAction Class / setDestination Method
A com.o2sol.pdf4java.destinations.PDFPageNumberDestination object specifying the destination to jump to.
In This Topic
    setDestination Method
    In This Topic
    Sets the destination to jump to.
    Syntax
    public void setDestination( 
       PDFPageNumberDestination destination
    )

    Parameters

    destination
    A com.o2sol.pdf4java.destinations.PDFPageNumberDestination object specifying the destination to jump to.
    See Also